import { StorageOperationInputWithPrefixPath } from '../../../types/inputs';
export declare const validateStorageOperationInputWithPrefix: (input: StorageOperationInputWithPrefixPath, identityId?: string) => {
    inputType: string;
    objectKey: string;
};
