export declare const getId: (pathname: string) => string[] | undefined;
export declare const getLastId: (pathname: string) => string | undefined;
