export declare const libConfig: {
    apiBaseUrl: string;
    storageKeyPrefix: string;
    defaultPage: number;
    defaultPageSize: number;
};
export type LibConfig = typeof libConfig;
