import { IGetEntryByIdApplicationStorePublicParams, IGetEntryByIdApplicationStorePublicResponse, IGetEntryBySlugApplicationStorePublicParams, IGetEntryBySlugApplicationStorePublicResponse } from '..'; export declare const getEntryBySlugApplicationStoreAdmin: (params: IGetEntryBySlugApplicationStorePublicParams) => Promise; export declare const getEntryByIdApplicationStoreAdmin: (params: IGetEntryByIdApplicationStorePublicParams) => Promise;