declare const internalExpoRouterParamNames: readonly ["__internal_expo_router_no_animation", "__internal__expo_router_is_preview_navigation"]; export type InternalExpoRouterParamName = (typeof internalExpoRouterParamNames)[number]; export type InternalExpoRouterParams = Partial>; export declare function appendInternalExpoRouterParams(params: Record | object | undefined, expoParams: InternalExpoRouterParams): Record | undefined; export declare function getInternalExpoRouterParams(_params: Record | object | undefined): InternalExpoRouterParams; export declare function removeInternalExpoRouterParams(params: Record | object): Record | object; export declare function removeInternalExpoRouterParams(params: Record | object | undefined): Record | object | undefined; export {}; //# sourceMappingURL=navigationParams.d.ts.map